Int16NINumericInt16NMultiply Method

Computes the product of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.Multiply(
	Int16N value
)

Parameters

value  Int16N
The value to multiply with the current value.

Return Value

Int16N
The product of the current value and value.

Implements

INumericTSelfMultiply(TSelf)

See Also